@charset "ISO-8859-1";
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#inhalt {
	background-color: #a61e18;
	height: 768px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(pics/gemuese.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px solid #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 42px;
}
#inhalt img {
	margin: 0px;
	text-indent: 0px;
}
.einzug {
	text-indent: 150px;
	line-height: 30px;
}
#inhalt p {
	line-height: 30px;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 300px;
	width: 400px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
